return "SET CLICK MODES" & RETURN & RETURN & "Determine how a Flash sprite reacts to mouse clicks and whether the mouse events are subsequently passed to Director." & RETURN & RETURN & "Default values are those of the member of the current sprite." & RETURN & RETURN & "PERMITTED MEMBER TYPES:" & RETURN & "Flash members" & RETURN & RETURN & "PARAMETERS:" & RETURN & "* clickMode (boundingBox | opaque | object)" & RETURN & "* eventPassMode (passAlways | passButton | passNotButton | passNever)"
end
on getBehaviorTooltip me
return "Use with Flash sprites. " & "Use the Parameters dialog to determine how a Flash sprite reacts to mouse clicks and whether the mouse events are subsequently passed to Director."